Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Node / ReticulumProjects / MeshChatX.git / files / scripts / ci / github-install-uv.sh

Displaying Raw • Download


scripts/ci/github-install-uv.sh 664a4cbe7df7245763f3b4b10ca08bb3895de2bd (664a4cbe) Text, 339 B

T8b949e#!/usr/bin/env bash
T8b949e# Install UV (Python package manager) from PyPI with an explicit version.
T8b949e# Set UV_VERSION to override the default.
Tffa657set -euo pipefail

Te6edf3UV_VERSIONTff7b72=Ta5d6ff"Tffd700${Te6edf3UV_VERSIONTff7b72:-Te6edf30Tb4b4b4.11.15Tffd700}Ta5d6ff"

python -m pip install --disable-pip-version-check --upgrade pip
python -m pip install --disable-pip-version-check Ta5d6ff"Ta5d6ffuv==Tffd700${Te6edf3UV_VERSIONTffd700}Ta5d6ff"
uv --version


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────